@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Bree+Serif&family=Copse&family=Cormorant+Upright:wght@700&family=Crimson+Pro&family=EB+Garamond&family=Katibeh&family=Lato:wght@400;700&family=Markazi+Text&family=Marko+One&family=Merriweather&family=Montserrat&family=Orelega+One&family=Poppins:wght@400;600&family=Red+Hat+Display&family=Sansita&family=Spectral&family=Young+Serif&display=swap');
	*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
	scroll-padding: 5rem;
}


     /* ................navigation section ...........  */


.navbar-nav a {
  font-size: 15px;
  color:whitesmoke; 
}

.navbar-nav li{
  padding: 15px;
}
.navbar-light{
  font-size:15px;
  letter-spacing: 2px;
  background-color:rgba(0, 0, 0, 0.80);
}

.navbar-brand img{
  border-radius: 10px;
  width: 80px;
  margin-left: 5px;
}

.navbar-light .navbar-nav .nav-link.active{
  color:darkred;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color:darkred;
}

.navbar  button {
  padding: 10px 15px;
  font-size: 25px;
  background:transparent;
  color: #fff;
}




@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  
}



 #home{
  background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

#home h1{
  font-size: 50px;
  letter-spacing: 1px;
  font-weight:550;
  font-family:Courier new;
  padding: 0px;
  color: darkred;
}

#home p{
  font-size: 20px;
  max-width: 550px;
  margin: auto;
  font-family:Consolas;
}

  .btn{
    position: relative;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 12px;
  top:25px;
  border-radius: 0;
  background-color: darkred;
  color: #fff;
  border: 1px solid darkred;

}

.btn:hover{
  border: 1px solid darkred;
  background:transparent;
  color:#fff;
}

.video-container{
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;

}
.video-container video{
  position: absolute;
  height: 100vh;
  width: 100%;
  object-fit:cover;
  display:block;
}



        /* ................navigation section ...........  */




        /* ................about us section ...........  */

#aboutus img{
  margin-top:30px;
  width:100%;

}

#aboutus img{
  overflow: hidden;
  transition: .2s;
  transition: 0.3s;
}
#aboutus img:hover{
 transform: scale(1.1);
}

#aboutus h2{
  letter-spacing: 5px;
  font-size:45px;
  font-family:brush script mt;
  font-weight: 800;
  color: darkred;
}


#aboutus p{
  font-weight: 800;
  color:black;
}

#aboutus .fst-italic{
  font-weight: 800;
}


#aboutus  ul {
  list-style: none;
  padding: 0;
}

#aboutus  ul li {
  padding: 0 0 8px 26px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

#aboutus  ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color:darkred;
  font-weight: bolder;
}


    
        /* ................about  us section ...........  */



          /* ................about us  page section ...........  */


        .about-banner{
      width: 100%;
  height: 80vh;
  top: 0px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://media.istockphoto.com/id/1330563542/photo/chocolate-crispy-waffles-pieces-on-black-background.jpg?s=612x612&w=0&k=20&c=nxTboVffAfQSLIBTereN7kHB5MYWzCGCs_sV0gQWLGs=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.about-banner .content{
  text-align: center;
  padding-top: 200px;
}

.about-banner .content h1{
  font-family: papyrus;
  font-weight: 800;
  font-size: 40px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 3px;
}

.about-banner .content p{
  font-weight: 600;
  font-size: 25px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 1px;
}
     


          /* ................about us  page section ...........  */



        /* ................service section ...........  */


.service-us .service-box {
  padding: 20px;
  background:darkred;
  color:whitesmoke;
}

.service-us .service-box h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  font-family:courier new;
}

.service-us .service-box p {
  position: relative;
  margin-top:25px;
  font-weight: 800;
}

.service-us .service-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  padding: 6px 30px 8px 30px;
  color: black;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.service-us .service-box .more-btn i {
  font-size: 14px;
}

.service-us .service-box .more-btn:hover {
  color:whitesmoke ;
  background:transparent;
}

.service-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border:1px solid rgba(55, 55, 63, 0.8);
  transition: 0.3s;
}

.service-us .icon-box p{
  font-weight: 800;
  margin-bottom: -10px;
}

.service-us .icon-box i {
  color:darkred;
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.service-us .icon-box h4 {
  font-size: 20px;
  font-weight:800;
  margin: 0 0 30px 0;
  font-family: courier new;
  color: black;
}

.service-us .icon-box p {
  font-size: 15px;
  color: black;
}



@media (min-width: 1200px) {
  .service-us .icon-box:hover {
    transform: scale(1.1);
  }
}



           /* ................service section ...........  */




          /* ................menu section ...........  */




.menu .nav-tabs {
  border: 0;
}
.menu .section-header h2{
  letter-spacing: 5px;
  font-size:45px;
  font-family:brush script mt;
  font-weight: 800;
  color: darkred;

}
.menu .section-header p{
  font-weight: 800;
}



.menu .nav-link {
 margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color:black;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;

}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link.active {
  color:#fff;
  background:darkred;
  border-radius: 50px;
  padding: 10px 15px;
}

.menu .nav-link:hover {
  color:black;

}


.menu .tab-content .tab-header {
  padding: 10px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size:20px;
  font-weight:600;
  color:black;
}

.menu .tab-content .menu-item {
  -moz-text-align-last:center;
  text-align-last:center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 18px;
  font-weight: 800;
  color:black; 
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-weight: 800;
  align-items: center;
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  font-family:futura;
  align-items: center;
  color:darkred;
}

.menu-item img:hover{
  transform: scale(1.1);
}
      

            /* ................menu section ...........  */




                /* ................menu banner section ...........  */





  .menu-banner{
  width: 100%;
  height: 80vh;
  top: 0px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://media.istockphoto.com/id/1189581729/photo/skewers-and-tapas-typical-of-the-basque-country-skewers-and-gourmet-cuisine.jpg?s=612x612&w=0&k=20&c=uDCxSrWRGivIoR7_isMZ2gy5w7E5pBKevnr3UQVp_ro=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.menu-banner .content{
  text-align: center;
  padding-top: 200px;
}

.menu-banner .content h1{
  font-family: papyrus;
  font-weight: 800;
  font-size: 40px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 3px;
}

.menu-banner .content p{
  font-weight: 600;
  font-size: 25px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 1px;
}
       /* ................menu banner section ...........  */




            /* ................banner  section ...........  */

.banner{
	width: 100%;
	height: 50vh;
	margin-top: 50px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://media.istockphoto.com/id/1207824644/photo/biscuits-filled-with-chocolate-cream-chocolate-cream-cookies-brown-chocolate-biscuits-with.jpg?s=612x612&w=0&k=20&c=WuDIFDd54utgw38YxjHoof6k4MjgsR5vroKlmFMpFSk=);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
.banner .content{
	text-align: center;
	padding-top: 100px;
}

.banner .content h1{
	color: whitesmoke;
	text-shadow: 1px 1px 1px black;
	letter-spacing: 3px;
  font-weight: 600;
  font-size:30px;
}

.banner .content p{
	color: whitesmoke;
	text-shadow: 1px 1px 1px black;
	letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

#bannerbtn button{
	width: 150px;
	height: 38px;
	background-color: darkred;
	color: whitesmoke;
	border: 1px solid  darkred;
	transition: 0.5s ease;
	cursor: pointer;
}

#bannerbtn button:hover{
	background: transparent;
	border: none;
}

         /* ................banner section ...........  */




          /* ................branch section ...........  */



  #branch{
  justify-content: center;
  align-items: center;
  min-height:auto;
  display: flex;

}

#branch .container5 .section-header h2{
  letter-spacing: 5px;
  font-size:45px;
  font-family:brush script mt;
  font-weight: 800;
  color: darkred;
}

#branch .container5 .section-header p{
  font-weight: 800;
  color:black;
}



.container5{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      max-width: 1100px;

     }

    .container5 .card{

      position: relative;
      width: 320px;
      height: 320px;
      margin: 15px;
      overflow: hidden;
     }
    .container5 .card .imgBx,
     .container5 .card .contentBx{
      position:absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color:whitesmoke;
     }

     .container5 .card .imgBx img{
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity:1;

     }
     

     .container5 .card .contentBx::before{
      content: '';
      position: absolute;
      top:0x;
      left: 0;
      width: 100%;
      height: 100%;
      background:rgba(0, 0, 0, 0.8);
    transform:scaleX(0);
    transition: transform 0.5s ease-in-out;
   transform-origin:right;
   transition-delay: 0.5s;
     }

    .container5 .card:hover .contentBx::before{
    transform:scaleX(1);
    transition: transform 0.5s ease-in-out;
   transform-origin:left;
   transition-delay: 0;
     }

     .container5 .card .contentBx{
      display:flex;
      justify-content: center;
      align-items: center;
     }

     .container5 .card .contentBx .content{
      position: relative;
      padding: 30px;
      z-index: 1;
      transition: 0.5s;
      transform: translateX(-300px);
      transition-delay: 0%;

     }

    .container5 .card:hover .contentBx .content{
      transform: translateX(0px);
       transition-delay: 0.5s;
     }


   .container5 .card .contentBx .content h3{
      font-weight: 800;
      font-size: 1.3em;
      text-transform: uppercase;
      letter-spacing: 1px;

     }


     .container5 .card .contentBx .content p{
      font-size: 1em;
      line-height: 1.4em;
      font-weight: 500;

     }




.container5 #branch-title{
  position:relative;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:5px 0;
  flex: 1;
  top:-30px;
  left: 80px;


}
.container5 #branch-title .col-4{
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  
}
 

@media (max-width: 1093px) {
  .container5 #branch-title {
  display: none;
  }
}


       /* ................branch section ...........  */



  

  /* ................gallary  banner section ...........  */



.gallary-banner{
  width: 100%;
  height: 80vh;
  top: 0px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://media.istockphoto.com/id/1459254779/photo/entrance-of-coffee-shop-with-tables-and-chairs-on-sidewalk.jpg?s=612x612&w=0&k=20&c=yfUYFfWqT1cHQtZxndGh2wasiLc2o8nhhDYLL3jZfhQ=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.gallary-banner .content{
  text-align: center;
  padding-top: 200px;
}

.gallary-banner .content h1{
  font-family: papyrus;
  font-weight: 800;
  font-size: 40px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 3px;
}

.gallary-banner .content p{
  font-weight: 600;
  font-size: 20px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 1px;
}
       /* ................gallary  banner section ...........  */







        /* ................testimonilas section ...........  */

  
  #testimonilas img{
  width: 70px;
  height: 70px;
  border-radius: 100px;
  transition: all 0.2 ease;


}

#testimonilas {
  background-color:rgba(0, 0, 0, 0.1);
  padding: 20px;
}
#testimonilas .nav-pills .nav-link.active{
  background-color: transparent;
}
#testimonilas .nav-pills .nav-link.active img{
  transform: scale(1.3);
}

.tab-content i{
  color:darkred;
  font-size: 22px;
  font-weight: 800;
}
     

.review .stars{
  color:darkred;
}
.review p{
  max-width: 720px;
  margin: 24px auto;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
}


   

        /* ................testimonilas section ...........  */




         /*--------- start blogs section ---------------*/


#blogs{
  width: 100%;
}
#blogs .heading7{
  text-align: center;
  font-family: brush script mt;
  font-size: 45px;
  letter-spacing: 5px;
  color:darkred;
  font-weight: 800;
} 


#blogs .card{
  height:80vh;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.3s;
}   


#blogs .card h4{
  text-align:left;
  align-items: left;
}

#blogs .card h4{
  font-size: 23px;
  font-family:monospace;
  font-weight: 800;
}


#blogs .card p{
  font-size: 15px;
  font-weight: 800;

}
#blogs .container{
  margin-top:20px;
}

#blogs .card:hover{
   transform: scale(1.1)
}


@media (max-width: 767px) {
#blogs .card{
  height:70vh;
  width: 100%;
  border: 1px solid transparent;
}   

#blogs .container{
  margin-top:20px;
}

#blogs .card:hover{
  transform: scale(1.1);
}
 }


         /*--------- end blogs section ---------------*/

         /*--------- start blogs banner ---------------*/


   .blog-banner{
  width: 100%;
  height: 80vh;
  top: 0px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://media.istockphoto.com/id/1632021381/photo/lekach-yom-kippur-jewish-honey-spice-cake-close-up-selective-focus.jpg?s=612x612&w=0&k=20&c=pm-D9HLxSwl_cFWYhb7sGfcJRNK5ejGdJQyWS6mkRg0=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.blog-banner .content{
  text-align: center;
  padding-top: 200px;
}

.blog-banner .content h1{
  font-family: papyrus;
  font-weight: 800;
  font-size: 40px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 3px;
}

.blog-banner .content p{
  font-weight: 600;
  font-size: 25px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 1px;
}

   /*--------- start blogs banner ---------------*/

        /* ................banner 2 section ...........  */


/*
  .banner2{
  width: 100%;
  height: 50vh;
  margin-top: 50px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url(https://media.istockphoto.com/id/1215309984/photo/opera-cake-at-the-a-la-carte-desserts-cakes-on-a-black-background.jpg?s=612x612&w=0&k=20&c=pk9n0Fqn-5ebKGM6tMX5qtA7ZXp1uO5185wNZRnwdqo=);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.banner2 .content{
  text-align: center;
  padding-top: 100px;
}

.banner2 .content h1{
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 3px;
}

.banner2 .content p{
  color: whitesmoke;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 1px;
}

#banner2btn button{
  width: 150px;
  height: 38px;
  background-color: darkred;
  color: whitesmoke;
  border: 1px solid darkred;
  transition: 0.5s ease;
  cursor: pointer;
}

#banner2btn button:hover{
  background: transparent;
  border: none;
}  */   


          /* ................banner 2 section ...........  */




          /* ................contact section ...........  */


.section-title h2{
  font-family:brush script mt;
  font-size: 45px;
  letter-spacing: 5px;
  color: darkred;
}




.section-title p{
  font-size: 15px;
  font-weight: 800;
}



.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color:darkred;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted darkred;
}

.contact .info-box h3 {
  font-size: 20px;
  color:black;
  font-weight: 800;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 20px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 30px;
}



.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}




.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color:darkred;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background:darkred;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background:transparent;
  color: black;
}



          /* ................contact section ...........  */





          /* ................footer section ...........  */



#footer {

  color: #414c64;
  font-size: 15px;
  background:black;
}

#footer .footer-top {
  padding: 40px 0 30px 0;
  background: #fafafc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact img {
  border-radius: 10px;
  padding:10px;
  width: 70px;
}

#footer .footer-top .footer-contact p {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 800;
  color: black;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {

  padding-right: 2px;
  color:darkred;
  font-size: 15px;
}

#footer .footer-top .footer-links ul li {
  padding:3px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color:darkred;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: 800;
  color:black;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter p{
  font-size: 15px;
  font-weight: 800;
}



#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}


#footer .credits a{
  font-weight: 800;
  text-decoration: none;
  color: whitesmoke;

}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e1e4ec;
  color:darkred;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background:black;
  text-decoration: none;
}

.copyright{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.copyright  span{
  color:darkred;
} 

    /* ................contact section ...........  */


    /* ................up arrow ...........  */

.back-to-top{
  position: fixed;
  width: 50px;
  height: 50px;
  background: darkred;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  line-height:30px;
  font-size:18px;
  color: whitesmoke;
  border-radius: 50px;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background:#43E459;
  bottom: 150px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  line-height:30px;
  font-size:30px;
  color: whitesmoke;
  border-radius: 50px;
}



     /* ................up arrow ...........  */
     

     


 